CheckedMemberPath Property (ListBox<T>)
In This Topic
Gets or sets the name of the property used to control checkboxes placed next to each item.
Syntax
'Declaration
Public Property CheckedMemberPath As System.String
'Usage
Dim instance As ListBox(Of T)
Dim value As System.String
instance.CheckedMemberPath = value
value = instance.CheckedMemberPath
public System.string CheckedMemberPath {get; set;}
public read-write property CheckedMemberPath: System.String;
public function get,set CheckedMemberPath : System.String
public: __property System.string* get_CheckedMemberPath();
public: __property void set_CheckedMemberPath(
System.string* value
);
public:
property System.String^ CheckedMemberPath {
System.String^ get();
void set ( System.String^ value);
}
See Also